| WebDateControl Xojo Web control |
|
WebDateControl Class
A date picker control for Xojo web projects.

You need to drag into your project the following files to use the WebDateControl:
DatePickerBoxStyle.xojo_binary_code
datepicker.js
datepickerstyle.css
DatePickerBoxStyle.xojo_binary_code
Do not rename the datepicker.js, datepickerstyle.css or DatePickerBoxStyle.xojo_binary_code, their names must be datepicker and datepickerstyle once their inside the Xojo solution.
WebControlWrapper
WebDateControl
class WebDateControl
Properties
AutoClose | If set to true the control will auto close the popup when date has been selected. |
DateValue | Sets or gets the minimum date allowed to be entered in the DateControl. |
HasClearButton | If set to true then control has Clear button. |
HasTodayButton | If set to true then the control will have Today button. |
Locale | Sets the locale (default is en). |
MaxDateValue | Sets or gets the maximum date allowed to be entered in the DateControl. |
MinDateValue | Sets or gets the minimum date allowed to be entered in the DateControl. |
Methods
Events
SetupCustomLocalization | This event is fired when you can add custom localizations. |
SetupDatePickerBoxStyle | This even is fired to give you chance to supply your own style sheet for the Picker box (The control that is on the screen before you click to go in drop down mode) |
Shown | The browser has finished loading or reloading the control. |
ValueChanged | This event is fired when a portion or all of the date changes in the control. |